.title {
    width: 100%;
    background: #282828;
    padding: 15px;
}

.title h1 {
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #F8F8F8;
}

.content {
    padding: 40px;
}


.about {
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 5%;
    width: 56.66%;
    float: left;
    background: white;
}

.about h2 {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    padding-bottom: 20px;
}

.about p {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 30px;
}

.aboutcompany {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-wrap: break-word;
}

.aboutcompany h {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

#contactinfo {
    background: white;
    background: -webkit-gradient( linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))),
    url(../images/bg-2.jpeg);
    background: linear-gradient( rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)),
    url(../images/bg-2.jpeg);
    background-size: cover;
    background-position: center;
    width: 28.66%;
    float: right;
    margin-top: 5%;
    margin-right: 5%;
    color: white;
	
}


#contactinfo h2 {
    line-height: 30px;
    padding-bottom: 10px;
}

#contactinfo p:last-child {
    padding-bottom: 0;
}

#contactinfo p {
    font-size: 22px;
   
    line-height: 30px;
	
	
}




.container > * {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;



}

.slider {
	position: relative;
}

.slides {
    padding: 0;
    width: 100%;
    height: 480px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 480px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

#image {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-5:checked ~ .nav-dots label#img-dot-6,
input#img-5:checked ~ .nav-dots label#img-dot-7,
input#img-5:checked ~ .nav-dots label#img-dot-8,
input#img-5:checked ~ .nav-dots label#img-dot-9,
input#img-6:checked ~ .nav-dots label#img-dot-10 {
	background: rgba(0, 0, 0, 0.8);
}
#slider-logo {
    position: absolute;
    margin-right: 20px;
    margin-bottom: 20px;
    right: 0;
    bottom: 0;
    width: 300px;
}


@media screen and (max-width:1024px) {
    .container {
        width: 95%;
    }
    
    .container {
        margin-top: 20px;
        margin-bottom: 20px;
        
    }

    .about {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

    #contactinfo {
        width: 100%;
        margin-right: 0;
    }

    .container {
        overflow: hidden;
    }


}

@media screen and (max-width: 720px) {
    .container {
        margin-top: 0;
        
    }

    
    
    .slider {
        display: none;
    }

}

