*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Ubuntu', sans-serif;
    /* background-color: #f2f2f2; */
    background-color: #ECF3FB;
    transition: background-color .5s;
}
 
.container{
    width: 1450px;
    height: auto;
    display: block;
    margin: auto;
}
.clearfix{
    content: "";
    display: block;
    clear: both;
}
a{
    text-decoration: none;
    color: black;
}
.navbar{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid white;
    position: fixed;
    top: 0;
    display: block;
    transition: top 0.6s;
    -webkit-transition: top 0.6s;
    -ms-transition: top 0.6s;
    -moz-transition: top 0.6s;
}

#navbar-logo{
    float: left;
    width: 50%;
    padding: 15px 20px;
    /* height: 50px;
    background-color: red; */
}

#navbar-logo h1{
    font-weight: 700;
    font-size: 30px;
    /* color: #005266; */
    color: #0d0d0d;
    /* text-align: center; */
    letter-spacing: 1.5px;
    padding-left: 80px;
}
#navbar-logo p{
    font-family: 'Satisfy', cursive;
    color: #1a1a1a;
    /* text-align: center; */
    padding-left: 200px;
}

#navbar-links{
    float: right;
    width: 50%;
    height: 75px;
    
    display: block;
    margin: auto;
}  

#navbar-img{
    font-size: 30px;
    cursor: pointer;
}

 #navbar-links a{
    display: inline-block;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    
    text-align:center;
    font-weight: 500;
    margin: auto;
    color: #1a1a1a;
    font-size: 17px;
    transition: color 0.4s, border 0.6s;
} 
 #navbar-links a.active{
    color: red;
}
#navbar-links a:hover{
    color: red;
    border-bottom:5px solid red ;
    font-size: 18px;
} 


/*HEADER*/
header{
    margin-top: 80px;
}

header h2{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

#sertifikasyon-content ul {
    padding: 0 10px;
}

#sertifikasyon-content ul li{
    line-height: 1.5;
    padding: 10px 5px; 
    letter-spacing: 1px;
    word-spacing: 1px;
}
#sertifikasyon-content p{
    padding:5px 5px;
    line-height: 1.5;
    letter-spacing: 1px;
    word-spacing: 1px;
}
#sertifikasyon-content ul ol {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}
#sertifikasyon-content ul ol li{
    padding-left: 10px;
}
span#red{
    color: red;
    font-weight: 600;
}
span#bold{
    font-weight: 600;
}

/*FOOTER*/
footer{
    margin-top: 50px;
    background-color:#00205B;
    width: 100%;
    height: 500px;
}

footer #contact{
    display: flex;
    width: 60%;
    margin: auto;
    height: 500px;
    
}

.contact-item{
    float: left;
    width: 32%;
    text-align: center;
    display: block;
    margin: auto;
    height: 200px;
    /* background-color: white; */
    border: 1px solid black;
    border-radius: 20px;
    margin-right: 5px;
    padding: 30px 20px;
    align-items: center;
    background-color: white;
    position: relative;
    
}
#address, #mail, #telefon{
    max-width: 90%;
}
.items{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30px;

}
.items p{
    padding:10px 4px;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .fa{
   display: block;
   padding-bottom: 10px;
 }

#mail p{
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
}
#telefon p{
    padding-top: 15px;
    font-size: 16px;
}