
.projects-button {
    margin-top: 3rem;
}

.project-top {
    margin-top: 4rem;
}

/* contact us section */

.contact-section {
    margin-top: 2rem;
}

.mt-7{
    margin-top:4.3rem;
}

/* contact us icons */

.list-icons-style-4 li p{
    padding-top: 20px;
}
.list.list-icons.list-icons-style-4 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-4 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-4 li > .icons:first-child, .list.list-icons.list-icons-style-4 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-4 li a:first-child > .icons:first-child {
	color: var(--light);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 2em;
	line-height: 1.3;
    margin-top: -5px;
}




/* project pages */

.nav-space{
    padding-top:8rem;
}

.pr-1 {
    padding-right: 1rem;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 1.1em;
    text-transform: none;
    text-shadow: none;
}

.page-header.page-header-classic .page-header-title-border {
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

/* from spash */

.words-section {
    margin-top: 2.5rem;
}
    
.word-rotator {
    font-size: 2rem;
}

.slide {
    margin-bottom: 1rem;
}

.the-owl {
    margin-top: 2rem;
}

/* iPad Mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

    .project-top {
        margin-top: 0px;
    }

    .owl-carousel {
        margin-top: 0rem!important;
    }

    .words {
        margin-top: 2rem;
        justify-content: center;
    }
    
    .words-width {
       max-width: 75%;
       text-align: center;
    }

    .word-rotator {
        font-size: 2rem;
    }

    .header-top {
        margin-bottom: -3rem;
    }
    
    .header-logo img {
        width: 130px;
        height: 65px;
    }           

    #header .header-body {
        border-top: none;
    }

    .slide {
        margin-bottom: 2rem;
    }

    .really {
        padding-top: .4rem;
    }
}

/* iPad Mini in landscape only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLE */}

/* iPad Mini in portrait only */
@media (max-device-width : 768px) {
}
    
/* iPhone portrait */
@media (max-width: 375px) {

    .contact-section {
        margin-top: 0;
    }

    .projects-button {
        margin-top: 0;
    }

    .project-top {
        margin-top: 0px;
    }

    .the-owl {
        margin-top: 0rem!important;
    }

    .owl-words {
        text-align: left!important;
        line-height: 2rem!important;
    }

    .words {
        margin-top: 2rem;
    }

    .words-section {
        margin-top: 1rem;
    }

    .word-rotator {
        font-size: 1.5rem;
    }
    
    .header-logo img {
    width: 130px;
    height: 65px;
    }

    .trust img {
    width: 100px;
    }

    .header-top {
        margin-bottom: -3rem;
    }

    #header .header-body {
        border-top: none;
        border-bottom: none;
    }

    .links img {
        width: 125px;
    }

    .really {
        padding-top: 0.2rem;
    }

    .slide {
        margin-bottom: 1.5rem;
    }

}