﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");*{box-sizing: border-box;}/* For I-Phones*/html{-webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%;}/*Back to the Top Button*/ /*Floating back to the top button*/.back-to-top{display: none; width: 60px; height: 60px; border-radius: 30px; background-color: #323232; text-align: center; cursor: pointer; position: fixed; bottom: 25px; right: 25px; z-index: 99;}.back-to-top:hover{background-color: #000000;}.back-up-image{width: 30px; height: auto; display: block; margin: 0 auto; position: relative; top: 18px;}/*Body Elements*/body{margin: 0; padding: 0; font-family: Tahoma, "Roboto", Arial, sans-serif; font-weight: normal; background-color: white; font-size: 16px; border: none; background-color: #f1f1f1; /*Removes the border from MS Explorer Images*/}/*HTML 5 Elements*/header,section,footer,aside,nav,main,article,figure{display: block;}/*Repetitive Items*/.underline{text-decoration: underline;}.bold{font-weight: bold;}.a-100{display: block; width: 100%; height: 100%;}.center{text-align: center;}/*Links*/a,a:hover,a:visited,a:active{color: white; text-decoration: none;}/*Begin h1*/.h-one-wrapper{width: 100%; height: auto; min-height: 55px; line-height: 50px; border-bottom: 1px white solid; background-color: #890f1d; margin: 0; padding: 0; color: white; overflow: hidden;}h1.title-h1{font-size: 25px; padding: 10px; line-height: 30px; margin: 0;}.yt-subscribe-container{padding-left: 10px;}/*Title Top*/.span-title{padding-left: 15px; width: 1200px; margin: 0 auto; font-size: 25px; text-decoration: underline; overflow: hidden;}.span-title-smaller{padding-left: 15px; width: 1200px; margin: 0 auto; font-size: 24px; text-decoration: underline; overflow: hidden;}.span-title-even-smaller{padding-left: 15px; width: 1200px; margin: 0 auto; font-size: 24px; text-decoration: underline; overflow: hidden;}/*End h1*/ /*Flex Sticky Footer*/.sticky-footer{min-height: calc(100vh - 285px);}/*Responsive Quick Jump*/.responsive-quick-jump,.drop-down-menu-sections{display: none;}/*End Responsive Quick Jump*/ /*Begin Main Content*/.main-content{width: 1200px; padding: 0 5px; margin: 10px auto; overflow: hidden;}.udemy-top-wrapper{overflow: hidden; color: black; width: 100%; height: auto; padding-left: 15px;}.udemy-pic{width:100%; max-width:200px; height:auto;}.introduction{justify-content: center; text-align: center; font-size: 25px; text-decoration: underline; display: flex; align-items: center; color: #212227;}.udemy-pitch{line-height: 2; font-size: 20px;}ul li{line-height: 2.5; font-weight: bold; text-decoration: underline; font-size: 20px;}.course-promotion-images-wrapper-1,.course-promotion-images-wrapper-2{display: flex; justify-content: space-between;}.course-promotion-images-wrapper-2{margin: 25px 0;}.course-card{width: 575px; background-color: white; border: 2px solid rgb(50, 50, 50); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; overflow: hidden; padding: 5px 0 0; box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3); transition-duration: 0.5s;}.udemy-course-image{width: 100%; height: auto;}.course-card:hover{transform: translateY(10px); -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px);}a.sales-link{width: 100%; height: auto;}div.sales-button{display: flex; align-items: center; height: 50px; width: 100%; justify-content: center; font-size: 20px; padding: 15px; color: white; cursor: pointer;}.class-title{font-size: 25px; text-decoration: underline;}.button-1{background-color: #993955;}.button-2{background-color: #212227;}.button-3{background-color: #8693ab;}.button-4{background-color: #28536b;}.button-5{background-color: burlywood;}.button-6{background-color: #655D8A;}.confused-svg{display: inline-block; margin-left: 5px; width: 30px; height: auto;}.img-container{display: flex; justify-content: center; align-items: center; margin-bottom: 20px;}/*End Main Content*/ /*Media Query for Tablets*/@media (max-width: 1225px){/*Begin h1*/ .span-title{width: 740px; padding-left: 5px;}.span-title-smaller{width: 740px; padding-left: 5px;}.span-title-even-smaller{width: 740px; font-size: 23px; padding-left: 5px;}/*span-title is outside of the main content area*/ h1{width: 736px;}/*End Theme Image*/ /*Section Quick Jump*/ .responsive-quick-jump{display: block; width: 736px; margin: 5px auto 0 auto; height: 55px; background-color: #323232; cursor: pointer; overflow: hidden; border-radius: 2px;}.responsive-quick-jump-left{width: 60px; height: 55px; float: left; padding-left: 15px;}.responsive-quick-jump-right{width: 668px; height: 55px; float: left; padding-left: 15px; line-height: 55px; color: white; font-weight: bold; font-size: 25px; overflow: hidden;}.drop-down-menu-sections{width: 736px; margin: 0 auto; height: auto; background-color: #323232; color: white; overflow: hidden;}.drop-down-sections-items{width: 736px; height: 50px; border-top: 1px white solid; line-height: 50px; font-size: 22px; font-weight: bold; padding-left: 15px; overflow: hidden;}.drop-down-sections-items a{display: block; width: 100%; height: 100%;}.drop-down-sections-items a:hover{text-decoration: underline;}/*End Section Quick Jump*/ /*Begin Main Content*/ .main-content{width: 740px; padding: 0 5px;}.udemy-pic{max-width: 144px;}.udemy-top-wrapper{padding: 0;}.course-card{width: 350px;}.class-title{font-size: 21px;}/*End Main Content*/ /*Ending Tablet Media Query closing bracket*/}/*Above closing bracket for Media Query*/@media (max-width: 759px){/*Begin Main Content*/ .main-content{width: 500px; padding: 0 10px;}/*Begin h1*/ .span-title{width: 500px; padding-left: 5px;}.span-title-smaller{width: 500px; padding-left: 5px;}.span-title-even-smaller{width: 500px; font-size: 22px; padding-left: 5px;}/*span-title is outside of the main content area*/ h1{width: 500px;}.course-promotion-images-wrapper-1, .course-promotion-images-wrapper-2{flex-direction: column; align-items: center;}.introduction{font-size: 20px;}.margin-bottom{margin-bottom: 25px;}/*End Main Content*/ /*Sticky Footer*/ .sticky-footer{min-height: calc(100vh - 477px);}/*End Sticky Footer*/ /*Ending Landscape Media Query closing bracket*/}/*Above closing bracket for Media Query*/@media (max-width: 525px){/*Begin Main Content*/ .main-content{width: 100%; padding: 0 10px; margin: 0; margin-bottom: 10px;}.course-card{width: 290px; min-height: auto;}/*Begin h1*/ .span-title{width: 350px; padding-left: 5px; font-size: 24px;}.span-title-smaller{width: 350px; padding-left: 5px; font-size: 24px;}.span-title-even-smaller{width: 350px; padding-left: 5px; font-size: 24px;}/*span-title is outside of the main content area*/ h1.title-h1{width: 336px; font-size: 22px; overflow: hidden;}/*End Main Content*/ /*Sticky Footer*/ .sticky-footer{min-height: calc(100vh - 482px);}/*End Sticky Footer*/ /*Ending Phone 1 Media Query closing bracket*/}/*Above closing bracket for Landscape Media Query*/@media (max-width: 355px){/*Begin Main Content*/ .hide-this-text{display: none;}/*Begin h1*/ .span-title{width: 310px; padding-left: 5px;}.span-title-smaller{width: 310px; padding-left: 5px;}.span-title-even-smaller{width: 310px; padding-left: 5px;}/*span-title is outside of the main content area*/ h1.title-h1{width: 310px; font-size: 20px; overflow: hidden;}/*End Main Content*/ /*Sticky Footer*/ .sticky-footer{min-height: calc(100vh - 472px);}/*End Sticky Footer*/ /*End Miscellaneous Items*/ /*Ending Phone 2 Media Query closing bracket*/}