@charset "UTF-8";

body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #9e9b9b;
    font-size: 10px;
}

main {
   margin-top: 50px;
   height: auto;
   position: relative;
   bottom: 30px;
   color: #000;
}

.navibar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height:110px;
    border-bottom: black solid 2px;
    margin-top: 30px;
}

.nav-logo img {
    height: 150px;
    padding:0px 200px 30px 40px;
}
.nav-item{
    text-align: center;
}

.nav-box {
    display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
    padding-top: 40px;
}
.nav-box li{
    list-style: none;
    margin-top: 25px;
}
.nav-box a{
    font-family: YuGothic;
    color: #646363;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}

.nav-box a:hover{
    opacity: .5;
}
.icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    height: auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 0px;
    
}
.icon a {
    
    padding-left: 20px;
}
.icon a :hover{
    opacity: .5;
}
.main-box li{
    list-style: none;
}
.main-box h1{
    font-family: YuGothic;
    padding-top: 30px;
    text-align:center;
    padding-bottom: 50px;
}
.main-box p{
    font-size: 18px;
}
.main-box img{
    padding-bottom: 40px;
}
.titelicon{
    text-align: center;
}
title{
    font-size: 20px;
}

.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.box{
    width: 40%;
}
.box{
    max-width: 800px;
    width: 40%;
    margin: 0 auto;
    padding-bottom: -40px;
}
.box h5{
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
}
.box p{
    bottom: 10px;
}
.footer-main{
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.footer-copyright {
    border-top: 1px solid #333333;  
    padding: 0px 30px;
}


@media screen and (max-width: 800px){
    .navibar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .nav-logo img {
        width: 100%;
        height: auto;
        padding: 0px 10px 10px 30px;
        
    }
    .navibar{
        width: 100%;
        height: auto;
        margin-bottom:80px ;
    }
    .icon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 70%;
        height: auto;
        padding-top: 50px;
        padding-right: 20px;
        padding-left: 0px;
    }
    .icon a {
        -ms-flex-item-align: end;
	    align-self: flex-end;
        padding-left: 20px;
        padding-bottom: 8px;
    }
    .icon img {
        width: 100%;
        height: auto;
    }
    .main-box {
        padding-left: 0px;
    }
    .nav-box {
        padding-top: 0px;
        padding-left: 0px;
    }
    .nav-box a {
        font-size: 14px;
        margin: 0 2vw;
    }

}

@media screen and (max-width: 480px){
    
    .nav-logo img {
        width: 100%;
        height: auto;
        padding: 0px 10px 10px 20px;
        
    }
    .navibar{
        width: 100%;
        height: auto;
        margin-bottom:80px ;
    }
    .icon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
    }
    .icon a {
        padding-left: 10px;
    }
    .icon img {
       width: 100%;
       height: auto;
    }
    .main-box {
        padding-left: 0;
        margin: 0 8px;
    }
    .main-box h1 {
        font-size: 30px;
        padding-top: 0px;
    }
    .main-box img {
        width: 12%;
        height: auto;
    }
    .container {
        display: block;
    }
    .box{
        width: 100%;
    }
    .box h5{
        text-align: center;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .box p {
        margin-bottom: 30px;
    }
    .nav-item {
        margin-bottom: 10px;
    }
    .nav-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0px;
        padding-left: 0px;
        margin: 0 auto;
    }
    .nav-box li {
        width: calc(50% - 2px);
    }
    .nav-box a {
        font-size: 14px;
        margin: 0 10px;
    }
    .footer-copyright{
        width: 100%;
        height: auto;
    }
}